home *** CD-ROM | disk | FTP | other *** search
- ;
- ; cdll definition file for <name>
- ;
-
- name "DeskLib.Window"
- version 1.12
- author "DeskLib"
-
- ; --- Exported symbols ---
-
- exports
- {
- Window_ModeChange
- Window_AutoHelp
- Window_BringToFront
- Window_HelpHandler
- Window_ParentName
- Window_Delete
- Window_Create
- Window_SetTitle
- Window_GetCoords
- window_listanchor
- Window_GetInfo
- Window_GetInfo3
- Window_SetExtent
- Window_Show
- Window_ForceRedraw
- Window_CreateAndShow
- Window_GainCaret
- }
-
- ; --- Object files ---
-
- objects
- {
- o.AutoHelp
- o.ToFront
- o.ParentName
- o.SetExtent
- o.Show
- o.CreateShow
- o.Help
- o.ModeChange
- o.GetCoords
- o.SetTitle
- o.GetInfo
- o.GetInfo3
- o.Delete
- o.Create
- o.ForceRedrw
- o.GainCaret
- }
-